17. Quiz: Classes in C++
Class Constructor
SOLUTION:
No, if undefined C++ will define a default constructorAccess Modifiers
SOLUTION:
Public (access to anyone), Private (access only within the class) and Protected (access in friend classes)Setters and Getters